home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_421 / BUTTONCONDACTION on(release, keyPress t).as
Text File  |  2002-05-21  |  251b  |  19 lines

  1. on(release, keyPress "t"){
  2.    if(ship < 5)
  3.    {
  4.       gotoAndStop(327);
  5.    }
  6.    else if(ship < 12)
  7.    {
  8.       gotoAndStop(328);
  9.    }
  10.    else if(ship < 20)
  11.    {
  12.       gotoAndStop(329);
  13.    }
  14.    else
  15.    {
  16.       gotoAndStop(330);
  17.    }
  18. }
  19.